projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3991bf0
)
; * test/lisp/url/url-auth-tests.el: Whitespace.
author
Glenn Morris
<rgm@gnu.org>
Fri, 12 Feb 2016 23:16:58 +0000
(18:16 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 12 Feb 2016 23:16:58 +0000
(18:16 -0500)
test/lisp/url/url-auth-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/url/url-auth-tests.el
b/test/lisp/url/url-auth-tests.el
index 1735ad0fb633f78b63f7c6f122ca0b1fad639134..1fafaa1177c39ae881d3134a29145eb81afd9a54 100644
(file)
--- a/
test/lisp/url/url-auth-tests.el
+++ b/
test/lisp/url/url-auth-tests.el
@@
-115,10
+115,12
@@
Essential is how realms and paths are matched."
;; authentication information shouldn't be found.
;; non-existent server
- (list :url "http://other.com/path" :realm nil :expected-user nil)
+ (list :url "http://other.com/path"
+ :realm nil :expected-user nil)
;; unmatched port
- (list :url "http://example.org:444/path" :realm nil :expected-user nil)
+ (list :url "http://example.org:444/path"
+ :realm nil :expected-user nil)
;; root, no realm
(list :url "http://example.org/"